Your basic mathematical operators, such as +
and *
are available in Kotlin
as they are in most other programming languages. You can also use parentheses
to control the order of operations.
You can learn more about this in:
Tags: